Skip to content

07.Disk Acquisition FTK imager windows

πŸ“Œ Quick Introduction

  • Disk Acquisition refers to creating a bit-by-bit copy of a storage disk or partition for the purpose of digital forensic analysis without affecting the original.

  • On Windows, we don’t use the well-known dd tool from Linux. Instead, we use a free tool called FTK Imager.


πŸ“₯ Downloading FTK Imager

  1. The tool is free and released by Exterro (owner of AccessData).

  2. It can be downloaded from the official website:

  3. Search: FTK Imager download Exterro

  4. You may be asked to enter information such as an email address before downloading.

  5. Alternatively: You can download it from third-party sites, but those are often outdated versions.


🧭 Overview of FTK Imager

The tool is not only for image acquisition, but also allows you to:

  • Browse files inside disks.

  • Preview protected files.

  • Acquire RAM images.


πŸ—‚οΈ Key Interface Functions

  • File β†’ Create Disk Image: To create a full disk image.

  • Mount Image to Drive: To mount and read an image as if it were a real disk.

  • Add Evidence Item: To add files or evidence for analysis.

  • Export Files: To export selected files.


πŸ› οΈ Starting the Disk Acquisition Process

1. From the main screen:

Select: File > Create Disk Image

2. Choose the source type:

  • Physical Drive: If you want to image an entire disk.

  • Logical Drive / Partition: If you want to image a specific partition.

  • Image File: To clone from an existing image.

πŸ“ You can also perform a Partial Acquisition (for specific files or folders) instead of the entire disk.


πŸ–₯️ Selecting the Hard Drive or Partition to Image

  • A list of connected disks will appear.

  • Select the desired disk (e.g., USB drive or small test disk).


πŸ’Ύ Setting Image Parameters

  • Choose the save location for the image.

  • Choose the format:

  • Raw (dd): A single file with no metadata.

  • E01: Includes metadata, encryption, and segmentation capabilities.

  • SMART / AFF: Less commonly used.

Then:

  • Fill in the required data:

  • Case Number: (use the current date)

  • Evidence Number: (evidence number)

  • Unique Description: (a unique description)

  • Examiner Name: (your name)

  • Notes (if any)


🧱 Additional Options

  • Compression: Compress the image to save space.

  • Split Image: Split the image into smaller files (e.g., every 1500 MB).

  • Verify Image after Creation βœ… Very important: To verify image integrity by checking the hash.

Click Finish


▢️ Start Acquisition

Click:

Start

The imaging process will begin. Once completed:

  • It will display the Hash Value (e.g., SHA1 or MD5) of the image, which must be documented in the forensic report.

  • The data is saved in a folder containing:

  • The image file itself (e.g., .dd)

  • Metadata file (if using Raw format)

Image Summary:


πŸ” Mounting the Image

After acquisition, you may want to read the image contents:

  1. From the menu, select: File > Image Mounting

  1. Select the image you created.

  1. Assign a drive letter (e.g., D or E).

  2. Choose the mount mode:

  3. Read-Only (highly recommended)

  4. Read/Write (not recommended for investigations)

πŸ›‘ Important Note:\ It is not recommended to change the image type or convert it (e.g., from dd to VHD), as this may result in data loss or alter the hash, invalidating the image as court-admissible evidence.


πŸ’‘ Extra Feature: Extracting Protected System Files

FTK Imager allows you to extract sensitive files such as:

  • SAM File: Contains user password hashes.

  • SYSTEM File: Contains registry keys.

  • User Profile Files: Such as desktop and document folders for each user.


βœ… Verifying Image Integrity

After completion, the software displays an image summary including:

  • Path

  • Hash

  • Verification status βœ…


πŸ“‚ Opening and Reviewing the Image

On Windows:

  • Use Windows Explorer or other tools to review the image if it was mounted.

  • If it's in E01 format, you can use FTK Imager or tools like Autopsy.


🧾 Important Tips

  • Always save the hash value of the image in your report.

  • Never analyze the original media directly.

  • Always work with Read-Only images.

  • Organize case files neatly in clearly labeled folders.